home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineSprite_321 / frame_30 / DoAction.as
Encoding:
Text File  |  2005-11-03  |  571 b   |  18 lines

  1. cancel_btn.onRelease = cancel_btn.onReleaseOutside = function()
  2. {
  3.    this._parent.gotoAndStop("init");
  4. };
  5. okay_btn.onRelease = okay_btn.onReleaseOutside = function()
  6. {
  7.    ebterms = true;
  8.    var _loc2_ = undefined;
  9.    var _loc1_ = undefined;
  10.    _loc2_ = platform != "mac" ? downloads.byPath("pc") : downloads.byPath("mac");
  11.    _loc1_ = _loc2_.byPath("encyclopedia").getText();
  12.    getURL("lingo:Flsh_openProgramFile(\"" + _loc1_ + "\",\"\")","");
  13.    this._parent.gotoAndStop("init");
  14.    trace("OK");
  15. };
  16. help_box.title.text = "PARENT POWER CD-Rom";
  17. stop();
  18.